home *** CD-ROM | disk | FTP | other *** search
- /**********************************************
-
- Prototypes for VGArtns.c
-
- **********************************************/
-
- #include "global.h"
-
- #ifndef __VGA_BIOS_H
- #define __VGA_BIOS_H
-
-
- /**********************************************
-
- Prototypes
-
- **********************************************/
-
- extern UBYTE VB_Page;
-
- extern void VB_SetMode(UWORD mode);
- extern UWORD VB_GetMode(void);
- extern void VB_SetCursor(UBYTE type);
- extern void VB_SetCursorPos(UBYTE x, UBYTE y);
- extern void VB_GetCursorPos(UBYTE *x, UBYTE *y);
- #endif
-